home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5595 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  905 b 

  1. Path: naylor1.demon.co.uk!chris
  2. From: Chris Naylor <chris@naylor1.demon.co.uk>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: GCC PROBLEMS?
  5. Date: Sat, 16 Mar 1996 22:58:52 +0000
  6. Organization: anita
  7. Distribution: world
  8. Message-ID: <Qx9jRAAse0SxEws3@naylor1.demon.co.uk>
  9. NNTP-Posting-Host: naylor1.demon.co.uk
  10. X-NNTP-Posting-Host: naylor1.demon.co.uk
  11. MIME-Version: 1.0
  12. X-Newsreader: Turnpike Version 1.12 <JKDVHrMuZY1IrOMLoUeJcS4s7Y>
  13.  
  14. Can someone helpme with the following problems?
  15.  
  16. USHORT chip my_image_data[]=
  17. {
  18. 0xE300...
  19.         The above is an example from the ACM manual,but fails to compile
  20. with GCC and is something to do with `chip` part, obviously this
  21. specifies that it should be in CHIPMEM but gcc does not reconise this
  22.  
  23. Also what do the PROTO files do.
  24. How do I generate these files or dont I need to as most of the examples
  25. in ROM KERNAL MANUALS seem to #include these files.
  26.  
  27.  
  28. Martin Naylor
  29.